home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #12 / Amiga Plus CD - 2002 - No. 12.iso / Tools / Development / source-highlight-1.6.1 / tests / test.chlog < prev    next >
Text File  |  2002-11-17  |  1KB  |  39 lines

  1. 2002-08-08  Lorenzo Bettini  <bettini@dsi.unifi.it>
  2.  
  3.     * src/Makefile.am (source_highlight_SOURCES): correctly include
  4.     changelog_scanner.ll
  5.  
  6. 2002-08-02  John Millaway  <millaway@acm.org>
  7.  
  8.     * src/flex_scanner.ll: Added scanner for flex
  9.  
  10.     * src/changelog_scanner.ll: Added scanner for ChangeLog
  11.  
  12.     * src/Makefile.am: do not use .stamp files anymore, use flex's prefix
  13.  
  14. 2002-07-30  Lorenzo Bettini  <bettini@dsi.unifi.it>
  15.  
  16.     * acinclude.m4 (LF_PROG_TXTC): fixed a little bug that shows up
  17.     only now with the new version of autoconf
  18.  
  19.     * acconfig.h: removed, no longer needed with autoconf
  20.  
  21.     * configure.in: use the new AC_LIBOBJ
  22.  
  23.     * doc/Makefile.am: removed an extra EXTRA_DIST
  24.  
  25. 2002-07-21  Lorenzo Bettini  <bettini@dsi.unifi.it>
  26.  
  27.     * src/python_scanner.ll: fixed a problem with string comments
  28.  
  29.     * src/lib/genfun.cc (processFile): correctly set deleteOStream
  30.  
  31.     * src/lib/startapp.cc (start): default to stdout also when -i
  32.     option is used.
  33.     (start): check whether "STDOUT" was specified as output
  34.  
  35.     * src/lib/genfun.cc (print_xtop): always generate the correct header
  36.     for XHTML
  37.  
  38. 2002-07-10  Lorenzo Bettini  <bettini@dsi.unifi.it>
  39.